<Code Lib>
M

StructuralConnectionHandler.Create(Document, IList<ElementId>, ElementId, IList<ConnectionInputPoint>)

Description:
Creates a new instance of a Structural Connection Handler, which is defined by the elements to connect and the additional points.
Remarks:
Elements should be of the following structural categories: framings (OST_StructuralFraming), columns (OST_StructuralColumns), walls (OST_Walls), floors (OST_Floors) or foundations (OST_StructuralFoundations). The first of given elements is set as primary one. The placement of the connection takes into account the additional definition points.
Overloads (4):
Create(Document,IList[ElementId],ElementId,IList[ConnectionInputPoint])

public static StructuralConnectionHandler Create(
	Document document,
	IList<ElementId> idsToConnect,
	ElementId typeId,
	IList<ConnectionInputPoint> additionalInputPoints
)

Return Value StructuralConnectionHandler The newly created connection.

Loading…